GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-24T10:50:50.0820917+00:00",
"SubmitDate": "2026-05-24T10:50:50.0820917+00:00",
"ReportPeriodStart": "2026-05-24T10:50:50.0820917+00:00",
"ReportPeriodEnd": "2026-05-24T10:50:50.0820917+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0a213a53-67cc-470d-bf33-2a30df71e8b7",
"Rows": [
{
"ItemId": "040ca1ac-36db-4bf8-b581-f5a86733f445",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "040ca1ac-36db-4bf8-b581-f5a86733f445",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0a213a53-67cc-470d-bf33-2a30df71e8b7",
"Rows": [
{
"ItemId": "040ca1ac-36db-4bf8-b581-f5a86733f445",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "040ca1ac-36db-4bf8-b581-f5a86733f445",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"33c1328a-8212-4401-8eb9-bebdba91aae0",
"b1cb75ad-4f06-46b3-a68b-f491100916bd"
],
"Approvers": [
"ef1f3582-7e54-446f-9384-fd65e238173c",
"ee4b27cd-6b50-4c02-82b6-1e8d3db69e5d"
],
"ApprovedBy": "766f7d79-78cc-4279-bc1d-fcaba3c20836",
"ApprovalDate": "2026-05-24T10:50:50.0820917+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d5592142-8fd2-404d-97f7-8e8e52846dba",
"id": "d738cc87-eeb8-4bf4-937e-dcd5adb5b06d",
"ConfigId": "852d90a9-54a9-4bf5-8599-dbfb5c440857"
},
{
"GenerationDate": "2026-05-24T10:50:50.0820917+00:00",
"SubmitDate": "2026-05-24T10:50:50.0820917+00:00",
"ReportPeriodStart": "2026-05-24T10:50:50.0820917+00:00",
"ReportPeriodEnd": "2026-05-24T10:50:50.0820917+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0a213a53-67cc-470d-bf33-2a30df71e8b7",
"Rows": [
{
"ItemId": "040ca1ac-36db-4bf8-b581-f5a86733f445",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "040ca1ac-36db-4bf8-b581-f5a86733f445",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0a213a53-67cc-470d-bf33-2a30df71e8b7",
"Rows": [
{
"ItemId": "040ca1ac-36db-4bf8-b581-f5a86733f445",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "040ca1ac-36db-4bf8-b581-f5a86733f445",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"33c1328a-8212-4401-8eb9-bebdba91aae0",
"b1cb75ad-4f06-46b3-a68b-f491100916bd"
],
"Approvers": [
"ef1f3582-7e54-446f-9384-fd65e238173c",
"ee4b27cd-6b50-4c02-82b6-1e8d3db69e5d"
],
"ApprovedBy": "766f7d79-78cc-4279-bc1d-fcaba3c20836",
"ApprovalDate": "2026-05-24T10:50:50.0820917+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d5592142-8fd2-404d-97f7-8e8e52846dba",
"id": "d738cc87-eeb8-4bf4-937e-dcd5adb5b06d",
"ConfigId": "852d90a9-54a9-4bf5-8599-dbfb5c440857"
}
]